BlockedCookieWithReason

data class BlockedCookieWithReason(blockedReasons: List<CookieBlockedReason>, cookie: Cookie)

A cookie with was not sent with a request with the corresponding reason.

Constructors

BlockedCookieWithReason
Link copied to clipboard
fun BlockedCookieWithReason(blockedReasons: List<CookieBlockedReason>, cookie: Cookie)

Properties

blockedReasons
Link copied to clipboard
val blockedReasons: List<CookieBlockedReason>
The reason(s) the cookie was blocked.
cookie
Link copied to clipboard
val cookie: Cookie
The cookie object representing the cookie which was not sent.

Sources

jvm source
Link copied to clipboard